Package com.cisco.pt.ipc.sim
Interface FRSubInterface
- All Superinterfaces:
HostPort,IPCObject,Port,Process,RouterPort
- All Known Implementing Classes:
FRSubInterfaceImpl
Information provided by the PKI file:
\class FRSubInterface
\brief FRSubInterface holds and manipulates Frame Relay subinterfaces.
\example network().getDevice("Router0").getPort("Serial0/0/0.1")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidsetLinkType(LinkType type) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.sim.HostPort
addIpv6Address, getIpAddress, getIpMtu, getIpv6Address, getIpv6Addresses, getIpv6LinkLocal, getIpv6Mtu, getIpv6Multicast, getMtu, getSubnetMask, getUnicastIpv6Address, getUnicastIpv6Prefix, hasIpv6Address, isDhcpClientOn, isInboundFirewallOn, isInboundIpv6FirewallOn, isInIpv6Multicast, isIpv6AddressAutoConfig, isIpv6Enabled, isSetToDhcpv6, removeAllIpv6Addresses, removeIpv6Address, setDefaultArpTimeout, setDefaultGateway, setDhcpClientFlag, setDnsServerIp, setInboundFirewallService, setInboundIpv6FirewallService, setIpMtu, setIpSubnetMask, setIpv6AddressAutoConfig, setIpv6Enabled, setIpv6LinkLocal, setIpv6Mtu, setMtu, setv6DefaultGateway, setv6ServerIpMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Port
deleteLink, getBandwidth, getBia, getChannel, getClockRate, getDescription, getEncapProcess, getHardwareQueue, getHigherProcessCount, getKeepAliveProcess, getLightStatus, getLink, getMacAddress, getName, getPortNameNumber, getPower, getQosQueue, getTerminalTypeShortString, getType, isAutoCross, isBandwidthAutoNegotiate, isDuplexAutoNegotiate, isEthernetPort, isFullDuplex, isPortUp, isPowerOn, isProtocolUp, isStraightPins, isWirelessPort, setBandwidth, setBandwidthAutoNegotiate, setChannel, setClockRate, setDescription, setDuplexAutoNegotiate, setFullDuplex, setMacAddress, setPowerMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDeviceMethods inherited from interface com.cisco.pt.ipc.sim.RouterPort
addEntryEigrpPassive, addOspfMd5Key, addSummaryAddress, getAclInID, getAclOutID, getBandwidthInfo, getDelay, getIntOfAs, getIpsInID, getIpsOutID, getNatMode, getOspfAuthKey, getOspfAuthType, getOspfCost, getOspfDeadInterval, getOspfHelloInterval, getOspfPriority, getZoneMemberName, isCdpEnable, isIkeEnabled, isProxyArpEnabled, isRipPassive, isRipSplitHorizon, removeEntryEigrpPassive, removeOspfMd5Key, removeSummaryAddress, resetBandwidth, resetDelay, setAclInID, setAclOutID, setBandwidthInfo, setCdpEnable, setDelay, setIkeEnabled, setIntForAs, setIpsInID, setIpsOutID, setNatMode, setOspfAuthKey, setOspfCost, setOspfDeadInterval, setOspfHelloInterval, setOspfPriority, setProxyArpEnabled, setRipPassive, setRipSplitHorizon, setZoneMemberName
-
Method Details
-
setLinkType
Information provided by the PKI file:
\brief Sets the link type of this Frame Relay subinterface. \param type, the link type. Link types: eMultipoint = 0, ePointToPoint = 1- Parameters:
type- Takes in a parameter of type
-
getLinkType
LinkType getLinkType()Information provided by the PKI file:
\brief Returns the link type of this Frame Relay subinterface. \return LinkType, the link type of this Frame Relay subinterface. Link types: eMultipoint = 0, ePointToPoint = 1- Returns:
- LinkType Returns a LinkType
-